[INFO] cloning repository https://github.com/mleem97/DataCenter-RustBridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mleem97/DataCenter-RustBridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmleem97%2FDataCenter-RustBridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmleem97%2FDataCenter-RustBridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 181e10bd52ca1d7a38104fad9f6121c7a030d84e
[INFO] fixing mleem97/DataCenter-RustBridge against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmleem97%2FDataCenter-RustBridge" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mleem97/DataCenter-RustBridge
[INFO] finished tweaking git repo https://github.com/mleem97/DataCenter-RustBridge
[INFO] tweaked toml for git repo https://github.com/mleem97/DataCenter-RustBridge written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mleem97/DataCenter-RustBridge on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mleem97/DataCenter-RustBridge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9
[INFO] running `Command { std: "docker" "start" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/dc_api/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_api_macros/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_example_mod/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_multiplayer/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_relay_proto/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_netwatch/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]     Checking quote v1.0.45
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking dc_api_macros v0.1.0 (/opt/rustwide/workdir/crates/dc_api_macros)
[INFO] [stderr]    Migrating crates/dc_api_macros/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking dc_relay_proto v0.1.0 (/opt/rustwide/workdir/crates/dc_relay_proto)
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Migrating crates/dc_relay_proto/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking dc_api v0.1.0 (/opt/rustwide/workdir/crates/dc_api)
[INFO] [stderr]    Migrating crates/dc_api/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking dc_example_mod v0.1.0 (/opt/rustwide/workdir/crates/dc_example_mod)
[INFO] [stderr]     Checking dc_netwatch v2.0.0 (/opt/rustwide/workdir/crates/dc_netwatch)
[INFO] [stderr]    Migrating crates/dc_netwatch/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/dc_example_mod/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking dc_multiplayer v0.1.0 (/opt/rustwide/workdir/crates/dc_multiplayer)
[INFO] [stderr]    Migrating crates/dc_multiplayer/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/dc_multiplayer/src/ffi/save.rs (11 fixes)
[INFO] [stderr]        Fixed crates/dc_multiplayer/src/objects.rs (2 fixes)
[INFO] [stderr]        Fixed crates/dc_multiplayer/src/ffi/session.rs (12 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/dc_multiplayer/src/net.rs:203:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |         match ws.read() {
[INFO] [stdout]     |               ---------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 149 |             Ok(tungstenite::Message::Binary(data)) => {
[INFO] [stdout]     |                                             ----
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `data` calls a custom destructor
[INFO] [stdout]     |                                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 |                 if let Err(e) = ws.send(tungstenite::Message::Binary(data.into())) {
[INFO] [stdout]     |                            -    --------------------------------------------------
[INFO] [stdout]     |                            |    |
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 203 |                 if let Err(e) = ws.send(tungstenite::Message::Binary(data.into())) {
[INFO] [stdout]     |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |    |
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 207 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/dc_multiplayer/src/net.rs:203:33
[INFO] [stdout]     |
[INFO] [stdout] 148 |         match ws.read() {
[INFO] [stdout]     |               ---------
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 149 |             Ok(tungstenite::Message::Binary(data)) => {
[INFO] [stdout]     |                                             ----
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             `data` calls a custom destructor
[INFO] [stdout]     |                                             `data` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 |                 if let Err(e) = ws.send(tungstenite::Message::Binary(data.into())) {
[INFO] [stdout]     |                            -    --------------------------------------------------
[INFO] [stdout]     |                            |    |
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                            |    `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `e` calls a custom destructor
[INFO] [stdout]     |                            `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 203 |                 if let Err(e) = ws.send(tungstenite::Message::Binary(data.into())) {
[INFO] [stdout]     |                            -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |    |
[INFO] [stdout]     |                            |    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                            |    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                            `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 207 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `data` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/bytes.rs:680:1
[INFO] [stdout]     |
[INFO] [stdout] 680 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
[INFO] [stderr] crater-edition-check: dc_api v0.1.0 (/opt/rustwide/workdir/crates/dc_api) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: dc_api_macros v0.1.0 (/opt/rustwide/workdir/crates/dc_api_macros) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: dc_example_mod v0.1.0 (/opt/rustwide/workdir/crates/dc_example_mod) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: dc_multiplayer v0.1.0 (/opt/rustwide/workdir/crates/dc_multiplayer) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: dc_relay_proto v0.1.0 (/opt/rustwide/workdir/crates/dc_relay_proto) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: dc_netwatch v2.0.0 (/opt/rustwide/workdir/crates/dc_netwatch) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling dc_api_macros v0.1.0 (/opt/rustwide/workdir/crates/dc_api_macros)
[INFO] [stderr]     Checking dc_relay_proto v0.1.0 (/opt/rustwide/workdir/crates/dc_relay_proto)
[INFO] [stderr]     Checking dc_api v0.1.0 (/opt/rustwide/workdir/crates/dc_api)
[INFO] [stderr]     Checking dc_example_mod v0.1.0 (/opt/rustwide/workdir/crates/dc_example_mod)
[INFO] [stderr]     Checking dc_multiplayer v0.1.0 (/opt/rustwide/workdir/crates/dc_multiplayer)
[INFO] [stderr]     Checking dc_netwatch v2.0.0 (/opt/rustwide/workdir/crates/dc_netwatch)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / #[dc_api::mod_entry(
[INFO] [stdout]  5 | |     id = "infinite_money",
[INFO] [stdout]  6 | |     name = "Infinite Money",
[INFO] [stdout]  7 | |     version = "2.0.0",
[INFO] [stdout]  8 | |     author = "Joniii",
[INFO] [stdout]  9 | |     description = "Gives you $999,999 and logs game events. Example mod for the Data Center modloader."
[INFO] [stdout] 10 | | )]
[INFO] [stdout]    | |__^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[dc_api::on_update]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[dc_api::on_scene_loaded]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_scene_loaded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[dc_api::on_event]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[dc_api::on_shutdown]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / #[dc_api::mod_entry(
[INFO] [stdout]  5 | |     id = "infinite_money",
[INFO] [stdout]  6 | |     name = "Infinite Money",
[INFO] [stdout]  7 | |     version = "2.0.0",
[INFO] [stdout]  8 | |     author = "Joniii",
[INFO] [stdout]  9 | |     description = "Gives you $999,999 and logs game events. Example mod for the Data Center modloader."
[INFO] [stdout] 10 | | )]
[INFO] [stdout]    | |__^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | #[dc_api::on_update]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[dc_api::on_scene_loaded]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_scene_loaded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[dc_api::on_event]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_example_mod/src/lib.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[dc_api::on_shutdown]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dc_example_mod` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dc_example_mod` (lib test) due to 5 previous errors
[INFO] [stdout] warning: unused import: `dc_api::Vec3`
[INFO] [stdout]  --> crates/dc_multiplayer/src/protocol.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dc_api::Vec3;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / #[dc_api::mod_entry(
[INFO] [stdout] 14 | |     id = "multiplayer",
[INFO] [stdout] 15 | |     name = "Multiplayer",
[INFO] [stdout] 16 | |     version = "0.1.0",
[INFO] [stdout] 17 | |     author = "Joniii",
[INFO] [stdout] 18 | |     description = "Co-op multiplayer for Data Center. Phase 1: see other players."
[INFO] [stdout] 19 | | )]
[INFO] [stdout]    | |__^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[dc_api::on_update]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[dc_api::on_event]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_multiplayer/src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[dc_api::on_shutdown]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:254:1
[INFO] [stdout]     |
[INFO] [stdout] 254 | / #[dc_api::mod_entry(
[INFO] [stdout] 255 | |     id = "sysadmin",
[INFO] [stdout] 256 | |     name = "SysAdmin",
[INFO] [stdout] 257 | |     version = "2.0.0",
[INFO] [stdout] 258 | |     author = "Joniii",
[INFO] [stdout] 259 | |     description = "Hireable SysAdmin employee: automatically dispatches technicians for broken/EOL devices."
[INFO] [stdout] 260 | | )]
[INFO] [stdout]     | |__^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:366:1
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[dc_api::on_update]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:393:1
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[dc_api::on_scene_loaded]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_scene_loaded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[dc_api::on_event]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | #[dc_api::on_shutdown]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dc_netwatch` (lib) due to 5 previous errors
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:254:1
[INFO] [stdout]     |
[INFO] [stdout] 254 | / #[dc_api::mod_entry(
[INFO] [stdout] 255 | |     id = "sysadmin",
[INFO] [stdout] 256 | |     name = "SysAdmin",
[INFO] [stdout] 257 | |     version = "2.0.0",
[INFO] [stdout] 258 | |     author = "Joniii",
[INFO] [stdout] 259 | |     description = "Hireable SysAdmin employee: automatically dispatches technicians for broken/EOL devices."
[INFO] [stdout] 260 | | )]
[INFO] [stdout]     | |__^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:366:1
[INFO] [stdout]     |
[INFO] [stdout] 366 | #[dc_api::on_update]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:393:1
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[dc_api::on_scene_loaded]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_scene_loaded` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | #[dc_api::on_event]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_netwatch/src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | #[dc_api::on_shutdown]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `dc_api::Vec3`
[INFO] [stdout]  --> crates/dc_multiplayer/src/protocol.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use dc_api::Vec3;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / #[dc_api::mod_entry(
[INFO] [stdout] 14 | |     id = "multiplayer",
[INFO] [stdout] 15 | |     name = "Multiplayer",
[INFO] [stdout] 16 | |     version = "0.1.0",
[INFO] [stdout] 17 | |     author = "Joniii",
[INFO] [stdout] 18 | |     description = "Co-op multiplayer for Data Center. Phase 1: see other players."
[INFO] [stdout] 19 | | )]
[INFO] [stdout]    | |__^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::mod_entry` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[dc_api::on_update]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_update` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/dc_multiplayer/src/lib.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | #[dc_api::on_event]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `dc_api::on_event` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> crates/dc_multiplayer/src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[dc_api::on_shutdown]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `dc_api::on_shutdown` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dc_netwatch` (lib test) due to 5 previous errors
[INFO] [stderr] error: could not compile `dc_multiplayer` (lib) due to 4 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `dc_multiplayer` (lib test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9", kill_on_drop: false }`
[INFO] [stdout] 39556adb9a7cc9f3b02fda8343ce2fa88b22c752eaf55223aabd89233c9a9df9
